Merge pull request #3762 from Citadel-Station-13/upstream-merge-32284

[MIRROR] Fix a few syntactic aberrations
This commit is contained in:
LetterJay
2017-11-03 00:13:00 -05:00
committed by GitHub
8 changed files with 12 additions and 14 deletions

View File

@@ -282,11 +282,11 @@
var/skin = null //Same as medbot, set to tox or ointment for the respective kits.
w_class = WEIGHT_CLASS_NORMAL
/obj/item/firstaid_arm_assembly/New()
..()
spawn(5)
if(skin)
add_overlay("kit_skin_[skin]")
/obj/item/firstaid_arm_assembly/New()
..()
spawn(5)
if(skin)
add_overlay("kit_skin_[skin]")
/obj/item/storage/firstaid/attackby(obj/item/bodypart/S, mob/user, params)

View File

@@ -109,7 +109,7 @@
w_class = WEIGHT_CLASS_NORMAL
layer = MOB_LAYER
origin_tech = "biotech=6"
var/list/banned_mobs()
var/list/banned_mobs
/obj/item/asteroid/fugu_gland/afterattack(atom/target, mob/user, proximity_flag)
if(proximity_flag && isanimal(target))