mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Merge pull request #8315 from phil235/BigUserdanger
Makes the message when you're attacked slightly bigger
This commit is contained in:
@@ -107,10 +107,10 @@
|
||||
|
||||
/obj/machinery/implantchair/put_mob(mob/living/carbon/M as mob)
|
||||
if(!iscarbon(M))
|
||||
usr << "<span class='userdanger'>The [src.name] cannot hold this!</span>"
|
||||
usr << "<span class='warning'>The [src.name] cannot hold this!</span>"
|
||||
return
|
||||
if(src.occupant)
|
||||
usr << "<span class='userdanger'>The [src.name] is already occupied!</span>"
|
||||
usr << "<span class='warning'>The [src.name] is already occupied!</span>"
|
||||
return
|
||||
if(M.client)
|
||||
M.client.perspective = EYE_PERSPECTIVE
|
||||
|
||||
Reference in New Issue
Block a user