mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
pAI and emote tweaks and upgrades
This commit is contained in:
@@ -78,7 +78,11 @@
|
||||
adjustOxyLoss(max(getMaxHealth() * 2 - getToxLoss() - getFireLoss() - getBruteLoss() - getOxyLoss(), 0))
|
||||
updatehealth()
|
||||
|
||||
<<<<<<< HEAD
|
||||
/* CHOMP EDIT START: Removing PAI suicide, literally no one needs this.
|
||||
=======
|
||||
/*
|
||||
>>>>>>> 337b7e903f... Merge pull request #13031 from Very-Soft/master
|
||||
/mob/living/silicon/pai/verb/suicide()
|
||||
set category = "pAI Commands"
|
||||
set desc = "Kill yourself and become a ghost (You will receive a confirmation prompt)"
|
||||
@@ -93,5 +97,9 @@
|
||||
death(0)
|
||||
else
|
||||
to_chat(src, "Aborting suicide attempt.")
|
||||
<<<<<<< HEAD
|
||||
|
||||
*/
|
||||
=======
|
||||
*/
|
||||
>>>>>>> 337b7e903f... Merge pull request #13031 from Very-Soft/master
|
||||
|
||||
Reference in New Issue
Block a user