Merge pull request #6471 from Citadel-Station-13/upstream-merge-36270

[MIRROR] [READY] A few additions, tweaks, and fixes for integrated circuits
This commit is contained in:
LetterJay
2018-04-22 22:19:28 -05:00
committed by GitHub
22 changed files with 375 additions and 156 deletions

View File

@@ -108,3 +108,4 @@
msg += "*---------*</span>"
to_chat(user, msg)
return msg

View File

@@ -331,6 +331,7 @@
msg += "*---------*</span>"
to_chat(user, msg)
return msg
/mob/living/proc/status_effect_examines(pronoun_replacement) //You can include this in any mob's examine() to show the examine texts of status effects!
var/list/dat = list()

View File

@@ -22,5 +22,5 @@
msg += "*---------*</span>"
to_chat(user, msg)
..()
..()
return msg

View File

@@ -51,5 +51,5 @@
msg += "*---------*</span>"
to_chat(user, msg)
..()
return msg