mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] Various fixes (#12212)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
1f3c3ed8b2
commit
52bb6ab073
@@ -17,7 +17,7 @@
|
||||
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
if(ishuman(M) || issilicon(M)) //Allows body swapping with humans, synths, and pAI's/borgs since they all have a mind.
|
||||
if(user == M)
|
||||
to_chat(user,span_warning(" A message pops up on the LED display, informing you that you that the mind transfer to yourself was successful... Wait, did that even do anything?"))
|
||||
to_chat(user,span_warning("A message pops up on the LED display, informing you that the mind transfer to yourself was successful... Wait, did that even do anything?"))
|
||||
return
|
||||
|
||||
if(!M.mind) //Do they have a mind?
|
||||
|
||||
@@ -815,7 +815,7 @@
|
||||
//This should be used if a plushie can be made to say custom messages. Not currently required at the moment, but here just in case it'd added in the future.
|
||||
var/prevent_impersonation = FALSE
|
||||
|
||||
var/special_handling = TRUE
|
||||
var/special_handling = FALSE
|
||||
|
||||
///The sound we make when squeezed
|
||||
var/squeeze_sound = 'sound/items/drop/plushie.ogg'
|
||||
|
||||
Reference in New Issue
Block a user