mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
Merge pull request #2126 from CHOMPStationBot/upstream-merge-10548
[MIRROR] Really fix protean blobs
This commit is contained in:
@@ -334,8 +334,9 @@
|
||||
set category = "Abilities"
|
||||
set hidden = TRUE
|
||||
|
||||
if(!isturf(loc))
|
||||
to_chat(src,"<span class='warning'>You need more space to perform this action!</span>")
|
||||
var/atom/movable/to_locate = temporary_form || src
|
||||
if(!isturf(to_locate.loc))
|
||||
to_chat(to_locate,"<span class='warning'>You need more space to perform this action!</span>")
|
||||
return
|
||||
|
||||
//Blob form
|
||||
|
||||
Reference in New Issue
Block a user