mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-29 08:11:29 +01:00
another typo
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
if(istype(tool, /obj/item/organ_storage) && istype(tool.contents[1], /obj/item/bodypart))
|
||||
tool = tool.contents[1]
|
||||
var/obj/item/bodypart/aug = tool
|
||||
if(aug.is_robotic_limb())
|
||||
if(!aug.is_robotic_limb())
|
||||
to_chat(user, "<span class='warning'>That's not an augment, silly!</span>")
|
||||
return -1
|
||||
if(aug.body_zone != target_zone)
|
||||
|
||||
Reference in New Issue
Block a user