Allows crew to spawn with more mechanical or assisted organs. (#7689)

This commit is contained in:
Matt Atlas
2019-12-18 22:46:20 +01:00
committed by Werner
parent 9fbefb950c
commit 6cf3508082
4 changed files with 60 additions and 13 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Contains:
return 1
if(affecting.status & ORGAN_ASSISTED)
to_chat(user, "<span class='warning'>This isn't useful at all on a robotic limb..</span>")
to_chat(user, "<span class='warning'>This isn't useful at all on a robotic limb.</span>")
return 1
H.UpdateDamageIcon()