mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[Semi-Modular] Ghost Cafe (#3592)
* wip * more progress * weh * Fixes spawners * Adds missing objects, mass replaces in the .dmm * WIP * Screm * map compile error * Bugfixes * ID * no mechs * Linter, indestructible pool, typo * why * Fixes issue maybe * deletes jukebox * Removed combat area on request Co-authored-by: Ranged <nickvanderkroon@gmail.com>
This commit is contained in:
@@ -75,7 +75,8 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
to_chat(target, "<span class='warning'>You aren't able to activate \the [src] anymore!</span>")
|
||||
|
||||
// Has the user thrown it away or otherwise disposed of it such that it's no longer in their hands or in some storage connected to them?
|
||||
if(!(get_atom_on_turf(src, /mob) == user))
|
||||
// if(!(get_atom_on_turf(src, /mob) == user)) SKYRAT EDIT ORIGINAL
|
||||
if(!Adjacent(user)) // SKYRAT EDIT -- Ghost Cafe Static Hilbertspawner
|
||||
if(user == target)
|
||||
to_chat(user, "<span class='warning'>\The [src] is no longer in your possession!</span>")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user