mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
-Changed emitters.
Emitters will now need to be wired. Emitter type has changed to /obj/machinery/power/emitter Fixed cables not correctly disconnecting power machinery from the powernet after being removed. -Fixed a typo with smashing tables/racks. -Fixed maps having incorrect types. -Fixed singularity EMPing when at stage 1. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5423 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
if(prob(25))
|
||||
message += " OLE!"
|
||||
|
||||
if ((HULK in mutations) && health >= 25)
|
||||
if ((HULK in mutations) && health >= 25 && length(message))
|
||||
if(copytext(message, 1, 2) != "*")
|
||||
message = "[uppertext(message)]!!" //because I don't know how to code properly in getting vars from other files -Bro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user