mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Can't place runes in space anymore
This commit is contained in:
@@ -236,6 +236,8 @@
|
||||
|
||||
/obj/item/tome/proc/scribe_rune(mob/living/user)
|
||||
var/turf/runeturf = get_turf(user)
|
||||
if(isspaceturf(runeturf))
|
||||
return
|
||||
var/chosen_keyword
|
||||
var/obj/effect/rune/rune_to_scribe
|
||||
var/entered_rune_name
|
||||
|
||||
Reference in New Issue
Block a user