mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Merge branch 'master' of https://github.com/VOREStation/VOREStation
# Conflicts: # code/modules/mob/living/carbon/human/species/station/station.dm # code/modules/mob/living/silicon/robot/dogborg/dog_sleeper_vr.dm # code/modules/vore/weight/fitness_machines_vr.dm # config/custom_items.txt
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//This is the proc for gibbing a mob. Cannot gib ghosts.
|
||||
//added different sort of gibs and animations. N
|
||||
/mob/proc/gib(anim="gibbed-m",do_gibs)
|
||||
/mob/proc/gib(anim="gibbed-m", do_gibs, gib_file = 'icons/mob/mob.dmi')
|
||||
death(1)
|
||||
transforming = 1
|
||||
canmove = 0
|
||||
@@ -12,7 +12,7 @@
|
||||
var/atom/movable/overlay/animation = null
|
||||
animation = new(loc)
|
||||
animation.icon_state = "blank"
|
||||
animation.icon = 'icons/mob/mob.dmi'
|
||||
animation.icon = gib_file
|
||||
animation.master = src
|
||||
|
||||
flick(anim, animation)
|
||||
|
||||
Reference in New Issue
Block a user