mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Prevents Nar'Sie from converting some turf types (#12080)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2b4b79789b
commit
d3ee81aac3
@@ -18,6 +18,18 @@
|
||||
/turf/simulated/wall/cultify()
|
||||
cultify_wall()
|
||||
|
||||
/turf/simulated/shuttle/wall/alien/cultify()
|
||||
return
|
||||
|
||||
/turf/simulated/flesh/cultify()
|
||||
return
|
||||
|
||||
/turf/simulated/gore/cultify() //The flesh is too strong for your occult magic.
|
||||
return
|
||||
|
||||
/turf/simulated/goreeyes/cultify()
|
||||
return
|
||||
|
||||
/turf/simulated/wall/cult/cultify()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user