mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
chomp runtimes (#11141)
This commit is contained in:
@@ -148,5 +148,5 @@
|
||||
|
||||
//CHOMPEdit Start: Emotes!
|
||||
/mob/living/voice/get_available_emotes()
|
||||
. |= global._simple_mob_default_emotes.Copy()
|
||||
LAZYOR(., global._simple_mob_default_emotes)
|
||||
//CHOMPEdit End
|
||||
|
||||
@@ -170,6 +170,8 @@
|
||||
standard_overlays = FALSE
|
||||
|
||||
/obj/item/cell/device/weapon/recharge/alien/attack_self(var/mob/user)
|
||||
if(!swaps_to)
|
||||
return
|
||||
user.remove_from_mob(src)
|
||||
to_chat(user, span_notice("You swap [src] to 'machinery cell' mode."))
|
||||
var/obj/item/cell/newcell = new swaps_to(null)
|
||||
|
||||
Reference in New Issue
Block a user