Delete gang_items.dm.rej

This commit is contained in:
Poojawa
2017-05-18 08:07:48 -05:00
committed by GitHub
parent 285bd5c9ff
commit 7a2560ee76
@@ -1,12 +0,0 @@
diff a/code/game/gamemodes/gang/gang_items.dm b/code/game/gamemodes/gang/gang_items.dm (rejected hunks)
@@ -306,6 +306,10 @@
to_chat(user, "<span class='warning'>There's not enough room here!</span>")
return FALSE
+ if(dominator_excessive_walls(user))
+ to_chat(user, "span class='warning'>The <b>dominator</b> will not function here! The <b>dominator</b> requires a sizable open space within three standard units so that walls do not interfere with the signal.</span>")
+ return FALSE
+
if(!(usrarea.type in gang.territory|gang.territory_new))
to_chat(user, "<span class='warning'>The <b>dominator</b> can be spawned only on territory controlled by your gang!</span>")
return FALSE