status acid(mixed targ, mixed alt_type) { object guild_object; if(!alt_type) alt_type = "charm"; if(guild_object = present("guild_object", this_player())) { if(guild_object->check_alignment()) { notify_fail("You are too evil to use your God given powers.\n"); return 0; } } return(status)"/skills/mage/acid" -> acid(targ, alt_type); }