mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Added a new mob and a weapon for Purpose. (#18500)
* extreme measures * hunter killer * Adds a new mob and a weapon for Purpose. * cl * Update code/modules/clothing/spacesuits/rig/suits/terminator.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/projectiles/guns/energy/scythe.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/projectiles/guns/energy/scythe.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/projectiles/guns/energy/scythe.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/projectiles/guns/energy/scythe.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> --------- Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Matt Atlas <liermattia@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
Matt Atlas
parent
c04df46244
commit
13cbf1267e
@@ -400,7 +400,7 @@
|
||||
if(!(S.status & ORGAN_ASSISTED) || user.a_intent != I_HELP)
|
||||
return ..()
|
||||
|
||||
if(H.isSynthetic() && H == user && !(H.get_species() == SPECIES_IPC_TERMINATOR))
|
||||
if(H.isSynthetic() && H == user && !(H.get_species() == SPECIES_IPC_PURPOSE_HK))
|
||||
to_chat(user, SPAN_WARNING("You can't repair damage to your own body - it's against OH&S."))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user