/[drupal]/contributions/modules/rpg/rulesets/rpg_drudge/rpg_drudge.module
ViewVC logotype

Diff of /contributions/modules/rpg/rulesets/rpg_drudge/rpg_drudge.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9, Sat Apr 26 00:59:11 2008 UTC revision 1.10, Sat Apr 26 01:34:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rpg_drudge.module,v 1.8 2008/03/08 00:31:04 aaron Exp $  // $Id: rpg_drudge.module,v 1.9 2008/04/26 00:59:11 aaron Exp $
3    
4  // TODO: remove all this junk, move to rpg_views  // TODO: remove all this junk, move to rpg_views
5    
# Line 64  function rpg_drudge_rpg_ruleset() { Line 64  function rpg_drudge_rpg_ruleset() {
64      '#longdesc' => t("Drudge is the basis for a solid RPG, but in most cases is not sufficient for play by itself. It is meant to be expanded and customized. For instance, although it defines the root Tangible Object, objects of this type have few interactions available, and basic Player Characters can do little more than walk around and look at tangible objects."),      '#longdesc' => t("Drudge is the basis for a solid RPG, but in most cases is not sufficient for play by itself. It is meant to be expanded and customized. For instance, although it defines the root Tangible Object, objects of this type have few interactions available, and basic Player Characters can do little more than walk around and look at tangible objects."),
65      '#types' => array(      '#types' => array(
66        'tangible' => 'tangible',        'tangible' => 'tangible',
67          'unmoveable' => 'unmoveable',
68        'room' => 'room',        'room' => 'room',
69        'exit' => 'exit',        'exit' => 'exit',
70        'compass_exit' => 'compass_exit',        'compass_exit' => 'compass_exit',

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2