Runtime fix (argh) and removal of vox from the station race whitelist.

This commit is contained in:
Zuhayr
2013-06-14 13:41:06 -07:00
parent 030290d3a7
commit 52433df154
3 changed files with 3 additions and 11 deletions

View File

@@ -1154,7 +1154,7 @@ mob/living/carbon/human/verb/yank_out_object()
src << "<span class='warning'>You attempt to get a good grip on the [selection] in your [affected] with bloody fingers.</span>"
bloody_hands(S)
if(!do_after(80))
if(!do_after(U, 80))
return
if(!selection || !affected || !S || !U)
@@ -1193,7 +1193,7 @@ mob/living/carbon/human/verb/yank_out_object()
U << "<span class='warning'>You attempt to get a good grip on the [selection] in [S]'s [affected] with bloody fingers.</span>"
U.bloody_hands(S)
if(!do_after(80))
if(!do_after(U, 80))
return
if(!selection || !affected || !S || !U)

View File

@@ -349,10 +349,6 @@
if(is_alien_whitelisted(src, "Skrell"|| !config.usealienwhitelist))
new_character.dna.mutantrace = "skrell"
new_character.skrell_talk_understand = 1
if(client.prefs.species == "Vox")
if(is_alien_whitelisted(src, "Vox"|| !config.usealienwhitelist))
new_character.dna.mutantrace = "vox"
new_character.vox_talk_understand = 1
if(ticker.random_players)
new_character.gender = pick(MALE, FEMALE)