mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into MeteorsSuck
Conflicts: code/game/turfs/simulated/walls.dm
This commit is contained in:
@@ -537,7 +537,8 @@ var/global/list/uneatable = list(
|
||||
|
||||
if(istype(A,/mob/living/))
|
||||
var/mob/living/C = A
|
||||
C.dust()
|
||||
C.spawn_dust()
|
||||
C.gib()
|
||||
|
||||
if(isturf(A))
|
||||
var/turf/T = A
|
||||
|
||||
Reference in New Issue
Block a user