mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Change "abiotic items" message to be more clear (#16545)
* Change "abiotic items" message to be more clear * Add missing period.
This commit is contained in:
committed by
GitHub
parent
5899671bdf
commit
dd3cff98ae
@@ -144,7 +144,7 @@
|
||||
if(!istype(L) || L.buckled)
|
||||
return
|
||||
if(L.abiotic())
|
||||
to_chat(user, "<span class='danger'>Subject cannot have abiotic items on.</span>")
|
||||
to_chat(user, "<span class='danger'>Subject may not hold anything in their hands.</span>")
|
||||
return
|
||||
if(L.has_buckled_mobs()) //mob attached to us
|
||||
to_chat(user, "<span class='warning'>[L] will not fit into [src] because [L.p_they()] [L.p_have()] a slime latched onto [L.p_their()] head.</span>")
|
||||
@@ -462,7 +462,7 @@
|
||||
to_chat(usr, "<span class='danger'>The cryo cell is already occupied!</span>")
|
||||
return
|
||||
if(M.abiotic())
|
||||
to_chat(usr, "<span class='warning'>Subject may not have abiotic items on.</span>")
|
||||
to_chat(usr, "<span class='warning'>Subject may not hold anything in their hands.</span>")
|
||||
return
|
||||
if(!node)
|
||||
to_chat(usr, "<span class='warning'>The cell is not correctly connected to its pipe network!</span>")
|
||||
|
||||
@@ -139,8 +139,8 @@
|
||||
to_chat(user, "<span class='danger'>This is not suitable for [src]!</span>")
|
||||
return
|
||||
|
||||
if(victim.abiotic(1))
|
||||
to_chat(user, "<span class='danger'>Subject may not have abiotic items on.</span>")
|
||||
if(victim.abiotic(TRUE))
|
||||
to_chat(user, "<span class='danger'>Subject may not have anything on their body.</span>")
|
||||
return
|
||||
|
||||
user.visible_message("<span class='danger'>[user] starts to put [victim] into [src]!</span>")
|
||||
|
||||
Reference in New Issue
Block a user